[][src]Type Definition roperator::error::Error

type Error = Box<dyn RoperatorError>;

Trait Implementations

impl<T> From<T> for Error where
    T: RoperatorError
[src]