Type Definition wallabag_api::errors::ClientResult[][src]

pub type ClientResult<T> = Result<T, ClientError>;