Type Definition interfaces::Result [] [src]

type Result<T> = Result<T, InterfacesError>;

A specialized Result type for this crate.