Trait cfx_core::types::RetVal[][src]

pub unsafe trait RetVal {
    const IDENT: ReturnType;

    unsafe fn convert(bytes: &[u8]) -> Self;
}

Associated Constants

Required methods

Implementations on Foreign Types

Implementors