Trait rplugin::StableAst[][src]

pub trait StableAst: StableAbi {
    type Unstable: Sized;
    fn from_unstable(n: Self::Unstable) -> Self;
fn into_unstable(self) -> Self::Unstable; }
Expand description

Implemented by AST nodes that has stable ABI, and passable to plugin.

Associated Types

Required methods

Implementations on Foreign Types

This is as-is

This is as-is

This is as-is

This is as-is

This is as-is

This is as-is

This is as-is

This is as-is

This is as-is

This is as-is

This is as-is

This is as-is

This is as-is

This is as-is

Implementors