Function owner_monad::pure[][src]

pub fn pure<T>(t: T) -> PureOwner<T>

Creates an instance of ownership monads which provides access to the given value.