Skip to main content

ContactsResponse

Type Alias ContactsResponse 

Source
pub type ContactsResponse<C> = Result<Vec<Contact>, <C as ClientApi>::Error>;

Aliased Type§

pub enum ContactsResponse<C> {
    Ok(Vec<Contact>),
    Err(<C as ClientApi>::Error),
}

Variants§

§1.0.0

Ok(Vec<Contact>)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value