mas_matrix

Type Alias BoxHomeserverConnection

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

Aliased Typeยง

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