Trait nvapi::RawConversion
[−]
[src]
pub trait RawConversion { type Target; type Error; fn convert_raw(&self) -> Result<Self::Target, Self::Error>; }