Trait tea_codec::errorx::Scope

source ·
pub trait Scope: Send + Sync + 'static {
    type Parent: Scope;
    type Descriptor<T>: Descriptor<T>;

    const NAME: &'static str;
    const FULLNAME: &'static str;
}

Required Associated Types§

Required Associated Constants§

source

const NAME: &'static str

source

const FULLNAME: &'static str

Implementors§

source§

impl Scope for Serde

§

type Parent = Global

§

type Descriptor<T> = Serde

source§

const NAME: &'static str = _

source§

const FULLNAME: &'static str = _

source§

impl Scope for Global

§

type Parent = Global

§

type Descriptor<T> = Global

source§

const NAME: &'static str = _

source§

const FULLNAME: &'static str = _