SrtpResult

Type Alias SrtpResult 

Source
pub type SrtpResult<T> = Result<T, SrtpError>;

Aliased Type§

pub enum SrtpResult<T> {
    Ok(T),
    Err(SrtpError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(SrtpError)

Contains the error value