pub trait MarkExt: Copy + Into<Mark> {
    fn as_ctxt(self) -> SyntaxContext { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors