Type Definition jellyfin_sdk_rust::JellyfinSDKResult [−][src]
pub type JellyfinSDKResult<T> = Result<T, JellyfinSDKError>;Expand description
Error type containing either the parsed structure or an error.
pub type JellyfinSDKResult<T> = Result<T, JellyfinSDKError>;Error type containing either the parsed structure or an error.