pub struct ProgramDepth {}
Expand description
depth of a program. For example a leaf is depth 1.
Trait Implementations§
Source§impl CostFunction<Lambda> for ProgramDepth
impl CostFunction<Lambda> for ProgramDepth
Auto Trait Implementations§
impl Freeze for ProgramDepth
impl RefUnwindSafe for ProgramDepth
impl Send for ProgramDepth
impl Sync for ProgramDepth
impl Unpin for ProgramDepth
impl UnwindSafe for ProgramDepth
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more