Trait oca_file::ocafile::TryFromPair
source · pub trait TryFromPair {
type Error;
// Required method
fn try_from_pair(pair: Pair<'_>) -> Result<Command, Self::Error>;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.