BoxSource

Type Alias BoxSource 

Source
pub type BoxSource = Box<dyn Source + Send + Sync + 'static>;

Aliased Type§

pub struct BoxSource(/* private fields */);

Trait Implementations§

Source§

impl From<Metadata> for BoxSource

Source§

fn from(v: Metadata) -> Self

Converts to this type from the input type.