FlatRc

Type Alias FlatRc 

Source
pub type FlatRc<T> = FlatDrop<Rc<T>>;

Aliased Type§

pub struct FlatRc<T>(/* private fields */);

Implementations§

Source§

impl<T> FlatRc<T>
where T: Recursive<Container = Rc<T>>,

Source

pub fn new_rc(value: T) -> Self

Trait Implementations§

Source§

impl<T> From<T> for FlatRc<T>
where T: Recursive<Container = Rc<T>>,

Source§

fn from(value: T) -> Self

Converts to this type from the input type.