logo
pub trait IntoSystemDescriptor<Params> {
    fn into_descriptor(self) -> SystemDescriptor;
}

Required Methods

Implementations on Foreign Types

Implementors