BytesSql

Trait BytesSql 

Source
pub trait BytesSql:
    Debug
    + ToSql
    + Send
    + Sync { }

Implementations on Foreign Types§

Source§

impl BytesSql for &[u8]

Source§

impl BytesSql for Vec<u8>

Source§

impl<T: BytesSql> BytesSql for &T

Implementors§