Trait derive_type_level_lib::FromWith[][src]

pub trait FromWith<T, W> {
    fn from_with(from: T, with: W) -> Self;
}

Required Methods

Implementors