[][src]Trait db_derive::execute::Execute

pub trait Execute<'__query>: Sql<'__query> {
    fn execute<C: TryInto<ConnTrans<'__query>>>(
        &'__query self,
        into_conn_trans: C
    ) -> Result<u64, Error>
    where
        Error: From<C::Error>
, { ... } }

Provided methods

fn execute<C: TryInto<ConnTrans<'__query>>>(
    &'__query self,
    into_conn_trans: C
) -> Result<u64, Error> where
    Error: From<C::Error>, 

Loading content...

Implementors

Loading content...