Type Definition ligature::WriteFn[][src]

type WriteFn<T> = Box<dyn Fn(Box<dyn WriteTx>) -> Result<T, LigatureError>>;

An Fn that is used when making a Write transaction.