Owned

Type Alias Owned 

Source
pub type Owned<T> = GenericOwned<InternalAddress, T>;

Aliased Type§

pub struct Owned<T>(pub InternalAddress, _);

Tuple Fields§

§0: InternalAddress