[][src]Type Definition libmtp_rs::Result

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

Custom Result type, this is the most used Result in this crate.