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.