[−][src]Trait awmpde_structs::FromField
Associated Types
type Error: Into<Error>[src]
The associated error which can be returned.
type Future: Future<Output = Result<Self, Self::Error>> + 'static[src]
Future that resolves to a Self
Required methods
pub fn from_field(field: Field) -> Self::Future[src]
Implementations on Foreign Types
impl FromField for Vec<u8>[src]
type Error = ()
type Future = LocalBoxFuture<'static, Result<Self, Self::Error>>
pub fn from_field(field: Field) -> Self::Future[src]
impl FromField for String[src]
type Error = Error
type Future = LocalBoxFuture<'static, Result<Self, Self::Error>>
pub fn from_field(field: Field) -> Self::Future[src]
Implementors
impl FromField for BgrImage[src]
type Error = Error
type Future = LocalBoxFuture<'static, Result<Self, Self::Error>>
pub fn from_field(field: Field) -> Self::Future[src]
impl FromField for BgraImage[src]
type Error = Error
type Future = LocalBoxFuture<'static, Result<Self, Self::Error>>
pub fn from_field(field: Field) -> Self::Future[src]
impl FromField for DynamicImage[src]
type Error = Error
type Future = LocalBoxFuture<'static, Result<Self, Self::Error>>
pub fn from_field(field: Field) -> Self::Future[src]
impl FromField for GrayAlphaImage[src]
type Error = Error
type Future = LocalBoxFuture<'static, Result<Self, Self::Error>>
pub fn from_field(field: Field) -> Self::Future[src]
impl FromField for GrayImage[src]
type Error = Error
type Future = LocalBoxFuture<'static, Result<Self, Self::Error>>
pub fn from_field(field: Field) -> Self::Future[src]
impl FromField for RgbImage[src]
type Error = Error
type Future = LocalBoxFuture<'static, Result<Self, Self::Error>>
pub fn from_field(field: Field) -> Self::Future[src]
impl FromField for RgbaImage[src]
type Error = Error
type Future = LocalBoxFuture<'static, Result<Self, Self::Error>>
pub fn from_field(field: Field) -> Self::Future[src]
impl<T> FromField for File<T> where
T: FromField + 'static,
T::Error: Debug, [src]
T: FromField + 'static,
T::Error: Debug,