FactorExt

Trait FactorExt 

Source
pub trait FactorExt {
    // Required methods
    fn padding(size: usize, kind: PaddingKind) -> Factor;
    fn idents(&self) -> RVec<Ident>;
}
Expand description

Methods for Factor.

Required Methods§

Source

fn padding(size: usize, kind: PaddingKind) -> Factor

Creates a padding factor.

Source

fn idents(&self) -> RVec<Ident>

Returns the idents contained in this factor.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§