Type Definition rusoto_core::RusotoResult [−][src]
pub type RusotoResult<T, E> = Result<T, RusotoError<E>>;Expand description
Result carrying a generic RusotoError.
pub type RusotoResult<T, E> = Result<T, RusotoError<E>>;Result carrying a generic RusotoError.