Function owner_monad::bind[][src]

pub fn bind<T, U, OT, OU, F>(o: OT, f: F) -> BindOwner<T, U, OT, OU, F>

Creates an instance of ownership monads which maps from the given owner to another using the given function.