Type Definition dropbox_sdk::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

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