Trait rustfmt_nightly::utils::NodeIdExt

source ·
pub(crate) trait NodeIdExt {
    // Required method
    fn root() -> Self;
}

Required Methods§

source

fn root() -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NodeIdExt for NodeId

Implementors§