PutError

Type Alias PutError 

Source
pub type PutError = Error<PutErrorKind>;

Aliased Type§

pub struct PutError { /* private fields */ }

Trait Implementations§

Source§

impl From<Error<PublishMetadataErrorKind>> for PutError

Source§

fn from(error: Error<PublishMetadataErrorKind>) -> Self

Converts to this type from the input type.