Type Definition Result
dropbox_sdk
type Result<T> = Result<T, Error>;
Shorthand for a Result where the error type is this crate's Error type.
Error