Trait mesh_protobuf::Upcast

source ·
pub trait Upcast<T> { }
Expand description

Marker trait indicating that an encoded value of Self can be decoded as a T.

Implementors§

source§

impl<T, U: Downcast<T>> Upcast<U> for T