Trait frame_support::traits::GetBacking [−][src]
pub trait GetBacking { fn get_backing(&self) -> Option<Backing>; }
Expand description
Retrieve the backing from an object’s ref.
Required methods
fn get_backing(&self) -> Option<Backing>
fn get_backing(&self) -> Option<Backing>
Returns Some
Backing
if self
represents a fractional/groupwise backing of some
implicit motion. None
if it does not.