Trait pcast::SubtypeCheck [] [src]

pub trait SubtypeCheck<F, T, E> {
    fn check_is_valid_subtype(&self) -> Result<(), E>;
}

Conversion trait used internally by the subtype_of macro.

Required Methods

Implementors