Trait IntoUseTree

Source
pub trait IntoUseTree {
    // Required method
    fn into_use_tree(self) -> UseTree;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoUseTree for UseTree

Source§

impl IntoUseTree for UseGlob

Source§

impl IntoUseTree for UseGroup

Source§

impl IntoUseTree for UseName

Source§

impl IntoUseTree for UsePath

Source§

impl IntoUseTree for UseRename

Implementors§