Type Alias wallabag_api::errors::ClientResult

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