Type Alias mas_matrix::BoxHomeserverConnection

source ·
pub type BoxHomeserverConnection<Error = Error> = Box<dyn HomeserverConnection<Error = Error>>;

Aliased Type§

struct BoxHomeserverConnection<Error = Error>(/* private fields */);