Type Definition owoof::network::Network

source · []
pub type Network<'a, T = ValueRef<'a>> = GenericNetwork<T>;
Expand description

A borrowing type alias for GenericNetwork using ValueRef.

TODO this doesn’t work for some reason. The compiler keeps telling me it doesn’t know what T is when I do Network::default() and shit …