Type Definition tvdb::TvdbResult

source ·
pub type TvdbResult<T> = Result<T, TvdbError>;
Expand description

Shortcut for some type wrapped in a TvdbError