pub trait AsConverter<R> {
    fn as_converter(&self) -> MoveConverter<'_, R>;
}

Required Methods

Implementors