AttachFrom

Trait AttachFrom 

Source
pub trait AttachFrom<T> {
    // Required method
    fn attach_from(self, from: &mut T) -> Result<()>;
}

Required Methods§

Source

fn attach_from(self, from: &mut T) -> Result<()>

Implementors§