Type Definition dropbox_sdk::Result[][src]

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

Shorthand for a Result where the error type is this crate's Error type.