Skip to main content

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<()>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§