Trait medea_client_api_proto::Incrementable[][src]

pub trait Incrementable {
#[must_use]    fn incr(&self) -> Self;
}

Value that is able to be incremented by 1.

Required methods

#[must_use]fn incr(&self) -> Self[src]

Returns current value + 1.

Loading content...

Implementors

impl Incrementable for PeerId[src]

impl Incrementable for TrackId[src]

Loading content...