pub trait ReleaserBuilderExt where
    EffectOf<Self::Node>: AsLeaseEffect
{ type Node: Node; type DecoratedBuilder<C: Config<Node = Self::Node> + 'static>; fn release_leases<C>(self, config: C) -> Self::DecoratedBuilder<C>
    where
        C: Config<Node = Self::Node> + 'static
; }

Required Associated Types

Required Methods

Implementors