Type Definition drone_mirror_failure::Fallible[][src]

type Fallible<T> = Result<T, Error>;

A common result with an Error.