Type Alias MutableDependencyEncoder

Source
pub type MutableDependencyEncoder = DependencyEncoder<MutableNumberer<String>>;

Aliased Type§

pub struct MutableDependencyEncoder { /* private fields */ }

Implementations§

Source§

impl MutableDependencyEncoder

Source

pub fn new() -> Self

Create a mutable dependency encoder.

Trait Implementations§

Source§

impl Default for MutableDependencyEncoder

Source§

fn default() -> Self

Returns the “default value” for a type. Read more